GetSnapshots(TKey, int, int)

Method

Namespace: Diffstore

Declared in: Diffstore.IDiffstore<TKey, TValue>


Fetches snapshots page for the specified entity key.

Syntax

public IEnumerable<Snapshot<TKey, TValue>> GetSnapshots(
	TKey key,
	int from,
	int count
)

Back to index